home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Weezo / Weezo setup.exe / {code_appDir} / www / themes / simple / theme-src.css < prev    next >
Cascading Style Sheet File  |  2010-05-19  |  20KB  |  348 lines

  1. /**
  2.  * Simple Theme
  3.  *
  4.  * default theme CSS
  5.  *
  6.  * @category   NA
  7.  * @package    NA
  8.  * @author     Nicolas Bruley / Peer 2 World <contact@weezo.net>
  9.  * @copyright  2005-2009 Nicolas Bruley / Peer 2 World
  10.  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
  11.  * @version    CVS: $Id:$
  12.  * @link       http://www.weezo.net
  13.  * @since      File available since Release 1.0.0
  14.  */
  15.  
  16. /* Common properties */
  17. body{background:url('<?php echo $path;?>bodyBg.gif');font-family:Tahoma;font-weight:normal;color:#444;font-size:10px;text-align:left;cursor:default;margin:0px;padding:4px}
  18. .vsFont{font-family:Tahoma; font-size:8px;}
  19. .smallFont{font-family:Tahoma; font-size:10px;}
  20. .normalFont{font-family:Tahoma; font-size:12px;}
  21. .bigFont{font-family:Tahoma;font-size:14px; font-weight:bold;}
  22. .warning{font-family:Tahoma; color:red; font-weight:bold;}
  23.  
  24. a{color:#444; text-decoration:underline}
  25. a:active {border-color:transparent}
  26. img{border:none;}
  27. textarea {border:1px solid #DDD;font-family:Tahoma;font-weight:normal;color:#444;font-size:11px;}
  28. input,select {font-family:Tahoma;font-weight:normal;color:#444;font-size:11px;vertical-align:middle}
  29. .textInput, .fileInput, textarea{background:white url('/themes/common/input.gif') repeat-x; border:1px solid #6d9ede}
  30. .ico {width:16px;height:16px;vertical-align:middle;}
  31.  
  32. /* login page */
  33. /*.loginBody {background:#3aa4b4}*/
  34. .loginBox, .loginBox .link {color:#1b6772}
  35.  
  36. /* popups body style */
  37. .iframeBody{font-family:Tahoma;color:black;font-size:10px;background:#FFFFFF;margin:0px;padding:3px;text-align:left}
  38.  
  39.  
  40. /**
  41.  * "Cascading Frames"
  42.  * HTML format
  43.  *
  44.  * <div class="Frame1">
  45.  *        <div class="Frame1Header">Title 1</div>
  46.  *         Content
  47.  *      ...
  48.  *        [
  49.  *        <div class="Frame2">
  50.  *            <div class="Frame2Header">Title 2 </div>
  51.  *            Content
  52.  *            ...
  53.  *            [frame3]
  54.  *            ...
  55.  *            [<div class="Frame2Footer">Footer 2</div>]
  56.  *        </div>
  57.  *        ]
  58.  *        ...
  59.  *        [<div class="Frame2Footer">Footer 1</div>]
  60.  *</div>
  61.  */
  62.  
  63. /* Frame 1 */
  64. .frame1Header{color:#3076eb;font-size:12px;font-weight:bold;margin:-3px;margin-bottom:0.5em;padding-left:7px;padding-right:7px;background:#eff5ff; line-height:20px; height:27px; vertical-align:top;border-bottom:1px solid #aac6eb;cursor:default}
  65. .frame1{font-size:10px; font-weight:normal; border:1px solid #6d9ede; background:white;padding:3px;margin-bottom:0px;text-align:left;position:relative;}
  66. .frame1Footer{color:#3076eb;background:url('<?php echo $path;?>f1f.gif'); font-size:12px;margin:-0.5em;margin-top:0.5em;padding:0px;line-height:22px; border-top:1px solid #9ec5ff;padding-left:7px;padding-right:7px;}
  67. .frame1Header a{color:#3076eb;}
  68.  
  69. /* Frame 2 */
  70. .frame2Header, .popupHeader{background:#dae6fb; color:#3076eb; font-weight:normal;font-size:12px;margin:-4px;margin-bottom:7px;line-height:22px; height:22px;padding-left:5px;padding-right:5px;border-bottom:1px solid #DDD;cursor:default}
  71. .frame2{font-size:11px;background:#F7F7FA;padding:5px;border:1px solid #CCC;margin-bottom:7px;margin-top:3px;position:relative;}
  72. .frame2Footer{color:#72c201;font-size:10px;font-weight:bold;padding-left:0.5em;padding-right:0.5em;margin:-5px;margin-top:7px;line-height:24px; height:24px;}
  73.  
  74. /* Frame 3 */
  75. .frame3Header{background:#FFF;font-size:11px; color:#56b300;margin-bottom:5px;margin-left:-2px;margin-right:-2px;line-height:18px;padding-left:4px;padding-right:4px;border-bottom:1px solid #F0F0F0;vertical-align:middle;cursor:default}
  76. .frame3{font-size:11px; color:black;background:#FFF;border-top:1px solid #AAAADD;border-right:1px solid #8888AA;border-left:1px solid #AAAADD;border-bottom:1px solid #8888AA;padding-top:4px;padding-bottom:4px; padding-left:3px;padding-right:3px;margin-top:3px;margin-bottom:6px;position:relative;}
  77. .frame3Footer{font-size:9px;font-weight:bold;color:#AAA;margin-left:-3px;margin-right:-3px;margin-top:3px;padding-left:3px;padding-right:3px;border-top:1px solid #AAAADD; line-height:22px}
  78.  
  79. /* Button (used everywhere...)
  80.  * Format : <a class="button|buttonDisabled"><i></i><b><img src="icon"/><span>text</span></b><u></u></a>
  81.  * Format : <a class="button|buttonDisabled"><i></i><b><span icon></span><span>text</span></b><u></u></a> (IE with PNG image)/
  82. */
  83. .button{text-decoration:none;  background:url('<?php echo $path;?>button.gif') 0px -800px repeat-x; color:black;
  84.     font-size:11px;
  85.     padding: 4px !important; padding: 3px;
  86.     margin-top: 1px; margin-bottom: 1px;
  87.     margin-left:3px; margin-right:3px;
  88.     border: 0px;
  89.     vertical-align: middle;
  90.     height: 0px;
  91.     line-height:26px !important; line-height:0px;page-break-inside: avoid
  92.     }
  93. .button img{vertical-align:middle} /* Button icon */
  94. .button span{vertical-align:middle}
  95.  .button .ieBtPng {cursor:pointer; width:16px; height:16px;}/* Button IE6 icon */
  96. .button:hover{background-position: 0px 0px; border:1px solid #A0A0A0; padding:3px !important; padding:2px}
  97. .button:active{background-position: 0px -80px;  border:1px solid #888; padding:3px !important; padding:2px; color:black}
  98.  
  99. .frame1Header .button{color:#56b300; margin-top:3px;margin-bottom:3px}
  100. .frame2Header .button{color:#56b300; margin-top:1px;margin-bottom:2px}
  101. .frame3Header .button{color:#56b300;}
  102.  
  103. /* Disabled button */
  104. .buttonDisabled{text-decoration:none; color:black;
  105.     font-size:11px;
  106.     padding: 4px !important; padding: 3px;
  107.     margin-top: 1px; margin-bottom: 1px;
  108.     margin-left:3px; margin-right:3px;
  109.     border: 0px solid blue;
  110.     vertical-align: middle;
  111.     height: 0px;
  112.     line-height:26px !important; line-height:0px;
  113.     filter:Alpha(opacity=40,style=0);opacity:0.40;cursor:default;page-break-inside: avoid
  114. }
  115. .buttonDisabled img{vertical-align:middle}
  116. .buttonDisabled span{vertical-align:middle}
  117. .buttonDisabled .ieBtPng {width:16px; height:16px;}
  118. .buttonDisabled i{font-style:normal}
  119. .buttonDisabled b{font-weight:normal}
  120. .buttonDisabled u{text-decoration:none}
  121. .frame1Header .buttonDisabled{margin-top:3px;margin-bottom:3px}
  122. .frame2Header .buttonDisabled{color:white; margin-top:1px;margin-bottom:2px}
  123. .frame3Header .buttonDisabled{color:white;}
  124. .iframeBody .button:hover{color:#000}
  125.  
  126. /* Small button
  127.  * <a class="buttonSmall"><img></a>
  128.  */
  129. .buttonSmall{background:transparent;color:black;padding:0px;border:1px solid #EEF2FE;cursor:pointer;}
  130. .buttonSmall:hover{background:url('<?php echo $path;?>button.gif');border:1px solid #bbb;}
  131. .buttonSmall:active{background:url('<?php echo $path;?>button.gif');border:1px solid #000000;}
  132. .buttonSmallDisabled{background:transparent;color:#909090;padding:0px;border:1px solid #EEF2FE;}
  133. .frame1Header .buttonSmall{height:0px}
  134.  
  135. /* hyperlink */
  136. .link {text-decoration:none}
  137. .link:hover{text-decoration:underline}
  138.  
  139.  
  140. /* multiline table mouse over effect
  141.  * used on <tr class="eTC"><td class="eTCLeft">...</td>...<td class="eTCRight">...</td></tr>
  142.  * and on <div class="eTC">...</div>
  143.  * Hover effect: javascript modification of eTC into eTCHover
  144. */
  145. .eTC{color:#666;font-size:11px;cursor:pointer;padding:2px;border:1px solid}
  146. .even{border-top:1px solid;border-bottom:1px solid;background:#EAEAFD} /* even lines opera/FF */
  147. .eTC td{border-top:1px solid;border-bottom:1px solid;}*/
  148. .eTCLeft{text-align:right}
  149. .eTC .eTCLeft{border-left:1px solid transparent}
  150. .eTC .eTCRight{border-right:1px solid transparent}
  151. .eTC, .eTC td{border-color:transparent}
  152. .eTCHover{color:#1657A9;font-size:11px;cursor:pointer;padding:2px; background:url('<?php echo $path;?>over.gif'); border:1px solid #CFBFDF;} /* mouse over effect */
  153. .eTCHover td{border-top:1px solid #CFBFDF;border-bottom:1px solid #CFBFDF;}
  154. .eTCHover .eTCLeft{border-left:1px solid #CFBFDF;}
  155. .eTCHover .eTCRight{border-right:1px solid #CFBFDF;}
  156.  
  157. /* (eTC) title cell */
  158. .mainCapt{color:#1657A9}
  159.  
  160. /* ToolTip */
  161. .tooltipHeader{color:#3076eb;border-bottom:1px solid #6d9ede}
  162.  
  163. /* Help frame (pops-up when user clicks on help buttons) */
  164. .helpFrame{border:1px solid #64654B; color:black; width:400px; min-height:140px;}
  165. .helpFrame h1{font-size:12px;border-bottom:1px solid black; padding-left:22px; padding-bottom:7px; margin:0px}
  166.  
  167.  
  168. /* popups frames (used for modal dialog boxes) */
  169. .popup{padding-bottom:5px} /* popup outer div */
  170. .popupHeader{margin:-1em;margin-bottom:0.3em;border-bottom:1px solid #aac6eb;padding:3px 0px 0px 10px} /* popup title div */
  171.  
  172. /* Progress bar
  173.  *
  174.  * <div|span class="progressOuter">
  175.  *      <div class="progressInner" width="%"></div>
  176.  *       <div class="progressTextO">
  177.  *         <div class="progressText">CAPTION</div>
  178.  *      </div>
  179.  * </div>
  180.  */
  181. .progressOuter{background:url('<?php echo $path;?>progressOuter.gif') repeat-x; border:1px solid #AAA;height:11px !important; height:13px;overflow:hidden} /* External progress bar */
  182. span.progressOuter {background:url('<?php echo $path;?>progressOuterFailed.gif')} /* "Red" background */
  183. .progressInner{background:url('<?php echo $path;?>progressInner.gif') repeat-x;height:13px;} /* "Green" bakground */
  184. .progressTextO div{color:black;font-size:8px;font-weight:bold;top:-5px;line-height:18px} /* Inner text format */
  185.  
  186. /* Drop target (areas where draggable items can be dropped)
  187.  * Javascript hover: .dropTarget changed into .dropTargetOver
  188. */
  189. .dropTarget{border:1px solid white}
  190. .dropTargetOver{border:1px solid #ffbcd4; background:#fcdee9;}
  191. .dropTargetOver .eTC{border:1px solid #fcdee9}
  192. .eTC .dropTargetOver {margin:-1px}
  193. .eTC .dropTarget {border:0px}
  194. .eTCHover .dropTarget {border:0px}
  195.  
  196. /* Tabs (RSS Feeds) */
  197. .frame1Header .tab, .frame1Header .tabSel {line-height:28px; height:20px}
  198. .tabSel{position:relative; border:1px solid #aac6eb !important; border-bottom:0px !important; border-right-color:#8aa6cb !important; padding-left:0.5em; padding-right:0.5em; padding-top:4px; cursor:text;background:#FFF;color:#222 !important;text-decoration:none;margin-right:0.3em;
  199. padding-bottom:8px !important; padding-bottom:5px;
  200. margin-bottom:-5px !important; margin-bottom:-6px;}
  201. .tab{position:relative; border:1px solid #CCC !important; border-right-color:#999 !important; border-bottom:0px !important; padding-left:0.5em; padding-right:0.5em; padding-top:4px; margin-right:-1px;cursor:pointer !important;background:#F3F3FA;color:#444 !important;text-decoration:none;margin-right:0.3em;
  202. padding-bottom:7px !important;padding-bottom:4px;
  203. margin-bottom:0px !important; margin-bottom:-5px;}
  204. .tab:hover {background:url('/themes/simple/button.gif') repeat-x}
  205.  
  206. /* Frame Shadow effect (mainly used on Frame1, see metal theme for example of disabled shadow) */
  207. /* IE */
  208. .fsIEr{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/rFF.png', sizingMethod='crop');overflow:hidden}
  209. .fsIEb{height:4px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/bIE.png', sizingMethod='crop')}
  210. .fsIErb{width:4px; height:4px;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/rb.png', sizingMethod='image');overflow:hidden}
  211. .fsIEtrb{height:4px;overflow:hidden}
  212. /* Opera */
  213. .fsOr{background:url('/gfx/s/r.png') repeat-y;width:4px;overflow:hidden;height:100%}
  214. .fsOb{width:100%; background:transparent url('/gfx/s/b.png') repeat-x;height:4px;overflow:hidden}
  215. /* Gecko */
  216. .fsGr{background: url('/gfx/s/rFF.png');width:4px;overflow:hidden}
  217. .fsGb{background:url('/gfx/s/b.png');text-align:left;height:4px;overflow:hidden}
  218. .fsGtrb{height:4px;overflow:hidden}
  219.  
  220. /* Shadow effect (used around photo frames) */
  221. /* IE */
  222. .sIEr{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/rFF.png', sizingMethod='crop');overflow:hidden}
  223. .sIEb{height:4px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/bIE.png', sizingMethod='crop')}
  224. .sIErb{width:4px; height:4px;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/s/rb.png', sizingMethod='image');overflow:hidden}
  225. .sIEtrb{height:4px;overflow:hidden}
  226. /* Opera */
  227. .sOr{background:url('/gfx/s/r.png') repeat-y;width:4px;overflow:hidden;height:100%}
  228. .sOb{width:100%; background:url('/gfx/s/b.png') repeat-x;height:4px;overflow:hidden}
  229. /* Gecko */
  230. .sGr{background: url('/gfx/s/rFF.png');width:4px;overflow:hidden}
  231. .sGb{background:url('/gfx/s/b.png');text-align:left}
  232. .sGtrb{height:4px;overflow:hidden}
  233.  
  234. /*
  235.  *Windows
  236.  */
  237. .win,.winNR {background:white;border:1px solid #869dbb} /* Window (applied to outer div)*/
  238. .winNR {border-color:#a6bddb} /* Not resizable window (applied to outer div) */
  239. .winInactive {background:#F7F7FA} /* Inactive Window (applied to outer div) */
  240. .winActive {} /* Active Window (applied to outer div) */
  241. .winC {background:#EEE; border:1px solid #a6bddb} /* Window center part, surrounding content iframe */
  242. .winTH {height:26px;background:url('<?php echo $path;?>winT.gif')} /* Window top part height */
  243. .winTL {width:5px;cursor:nw-resize;} /* top left corner */
  244. .winT {} /* Window whole top part */
  245. .winTT {height:5px; cursor:n-resize;} /* Window top resize handle */
  246. .winTR {cursor:ne-resize;width:5px;} /* top right corner */
  247. .winL {width:5px; cursor:w-resize; padding:-1px} /* Window left border */
  248. .winR {width:5px; cursor:e-resize} /* Window right border */
  249. .winBL {height:5px; cursor:sw-resize;} /* Window bottom-left corner */
  250. .winBR {height:5px; cursor:se-resize;} /* Window bottom-right corner */
  251. .winB {cursor:s-resize;border-top:1px solid #a6bddb;}  /* Window bottom border */
  252. .winCapt {position:absolute; top:5px; left:29px; font-size:12px; font-weight:bold; color:#999;cursor: move}  /* Window caption */
  253. .winIF{background:#F8F8F8}
  254. .winClose {position:absolute; top:2px; right:6px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif');}  /* close button */
  255. .winCloseD {position:absolute; top:2px; right:6px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif');filter:Alpha(opacity=20, style=0); opacity:0.20;}  /* disabled close button */
  256. .winReload {position:absolute; top:2px; right:110px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -69px;display:block;}  /* reload button */
  257. .winReloading {position:absolute; top:2px; right:110px;  width:21px; height:21px; background:url('<?php echo $path;?>winReloading.gif');display:block;}  /* reload button */
  258. .winReloadD {position:absolute; top:2px; right:110px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -69px;filter:Alpha(opacity=20, style=0); opacity:0.20;}  /* disabled reload button */
  259. .winMax {position:absolute; top:2px; right:30px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -23px;}  /* maximize  button */
  260. .winRestore {position:absolute; top:2px; right:30px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -46px;}  /* restore button */
  261. .winToggleD {display:none}  /* Window toggle fullscreen / normal disabled button */
  262. .winTNW {position:absolute; top:2px; right:54px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -115px;}  /* tnw  button */
  263. .winTNWD {display:none}  /* maximize  button */
  264. .winMin {position:absolute; top:2px; right:78px;  width:21px; height:21px; background:url('<?php echo $path;?>winBt.gif') 0px -92px;}  /* maximize  button */
  265. .winIcon {position:absolute; top:4px; left:6px; width:18px; height:18px;}  /* Window top-left icon */
  266. .winMask {position:absolute; top:31;left:5;background-color:blue; filter:Alpha(opacity=01, style=0); opacity:0.01;}  /* Window IFrame mask (do not modify) */
  267. .winExtra{position:absolute; top:0px; right:142px;text-decoration:none;white-space:nowrap} /* Extra controls nested into win top bar */
  268. /*.winARI{}*/
  269.  
  270. /*
  271.  * Desktop icons
  272.  */
  273. .icon {background:url('<?php echo $path;?>iconBg.png') -100px 0px no-repeat}
  274. .icon:active {border:1px solid #7B8296;filter:Alpha(opacity=50, style=0)}
  275.  
  276. /*
  277.  * Task bar Button
  278.  */
  279. .bt        {line-height:18px;font-size:11px;color:black;}
  280. .bt s    {height:18px;color:black;font-size:12px;vertical-align:top}
  281. .bt i    {width:4px;left:-4px;}
  282. .bt div    {padding-left:4px;padding-right:4px; padding-top:1px; padding-bottom:1px; background:url('<?php echo $path;?>button.gif') 0px -800px no-repeat}
  283. .bt u    {width:4px;right:-2px;}
  284. .bt img {top:0px !important;top:1px}
  285.  
  286. /* Up & enabled button */
  287. .bt .a{}
  288. .bt .up:hover div {background-position: 0px 0px; background-repeat:repeat-x; border:1px solid #f2942c;padding-left:3px;padding-right:3px; padding-top:0px; padding-bottom:0px; }
  289. .bt .up:active div {background-position: 0px -80px; background-repeat:repeat-x; border:1px solid #f18f23;padding-left:3px;padding-right:3px; padding-top:0px;padding-bottom:0px;}
  290. .bt .up:active s {}
  291. .bt .up a:active img{filter:Alpha(opacity=50,style=0); opacity:0.50}
  292.  
  293. /* Disabled button */
  294. .bt .off div{ opacity:0.80}
  295. .bt .off img{filter:Alpha(opacity=50,style=0); opacity:0.50}
  296. .bt .off s {filter:Alpha(opacity=50,style=0)}
  297.  
  298. /* Pressed button */
  299. .bt .on div {background-position: 0px -80px; background-repeat:repeat-x; border:1px solid #f18f23;padding-left:3px;padding-right:3px; padding-top:0px;padding-bottom:0px;}
  300.  
  301. /* Misc button fixes */
  302. .frame1Header .bt s{color:white; margin-top:3px;margin-bottom:3px}
  303. .frame3Header .bt s{color:white;}
  304. .frame1Footer .bt s{color:white;}
  305. .frame2Footer .bt s{color:white;}
  306. .frame3Footer .bt s{color:white;}
  307. .iframeBody .bt s:hover{color:#000}
  308.  
  309.  
  310.  
  311.  
  312. /*
  313.  * main frame
  314.  */
  315. .mainFrameBody {padding:0;margin:0;background:#f2f6fe url('<?php echo $path;?>bg.png') no-repeat}
  316. /* menu () */
  317. .menu {position:absolute;width:300px;bottom:0;left:3px;width:200px;display:none;z-index:99999;} /* Menu upper div */
  318. .menuInnerDiv{width:300px;background:#FFF;border:1px solid #063093;text-align:left}
  319. .menuLeft {background:url('<?php echo $path;?>menuLeft.gif') repeat-y;height:100%;padding:3px;padding-bottom:10px; text-align:center;color:white;vertical-align:bottom;font-size:12px;font-weight:bold;font-family:tahoma;color:#444;width:23px}
  320. .menuRight{padding-left:10px;padding-bottom:10px;padding-top:-5px}
  321. .menuRight .eTC{border:1px solid white;background:white}
  322. .menuGroup{background:#dae6fb;font-size:12px;font-weight:bold;color:#3076eb;margin-top:5px;margin-bottom:2px;margin-left:-8px;padding:2px;padding-left:8px; cursor:pointer;border:1px solid #CCC} /* Resource group caption/delimitor */
  323. .menuLarge, .menuLargeHover{font-size:13px;height:24px;width:233px;cursor:pointer;width:50% !important;width:54%;padding-left:6px;padding-top:3px;}
  324. .menuLarge img, .menuLargeHover img {height:20px; width:20px; vertical-align:middle; margin-right:0.5em}
  325.  
  326. /* menu frame */
  327. .menuFrameBody{font-family:Tahoma; font-size:10px;padding:0px;margin:0px; background: #d9f6af; color:#3076eb;cursor:default;border-top:1px solid #56b300}
  328. #winOpenedOuter .bt {padding-top:2px}
  329. .menuFrameBody .bt        {}
  330. .menuFrameBody .bt s    {font-weight:bold}
  331. .menuFrameBody .bt div    {padding-left:3px;padding-right:3px; padding-top:0px; padding-bottom:0px; border:1px solid #7ed200;background:#c9ef92}
  332. .menuFrameBody .bt .up:active div, .menuFrameBody .bt .on div    {padding-left:3px;padding-right:3px; padding-top:0px; padding-bottom:0px; border:1px solid #56b300; background:#b4eb65}
  333. .menuFrameBody .bt .up:hover div {padding-left:3px;padding-right:3px; padding-top:0px; padding-bottom:0px; border:1px solid #9ef200; background:#dff7bc}
  334. .menuFrameBody .bt .on div, .menuFrameBody .bt .on s {cursor:pointer}
  335. #winMenuBtTd {padding-top:0px !important;padding-top:2px}
  336. #winOpened {position:relative;top:-2px !important;top:0px}
  337. #timeDiv{font-weight:bold;padding-left:5px;padding-right:5px;font-size:10px;color:#4ea101;position:relative;top:2px;padding-top:0px}
  338.  
  339. /* Tree View */
  340. .treeView a:hover{color:#1657A9;background:url('<?php echo $path;?>over.gif'); border:1px solid #CFBFDF}
  341. .treeView .selected{color:#1657A9;background:url('<?php echo $path;?>over.gif'); border:1px solid #CFBFDF}
  342. .treeView .selected:hover{border-color:#CFBFDF}
  343.  
  344. /* Image slideshow */
  345. .imageView{background:#E9EDF9;border:1px solid #DDE}
  346.  
  347. /* Remote administration user block */
  348. .adminUser{background:#F2F8FF}